|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IExtensionPoint | |
org.eclipse.core.runtime | Provides core support for plug-ins and the plug-in registry. |
Uses of IExtensionPoint in org.eclipse.core.runtime |
Methods in org.eclipse.core.runtime that return IExtensionPoint | |
IExtensionPoint |
IPluginRegistry.getExtensionPoint(String extensionPointId)
Returns the extension point with the given extension point identifier in this plug-in registry, or null if there is no such
extension point. |
IExtensionPoint |
IPluginRegistry.getExtensionPoint(String pluginId,
String extensionPointName)
Returns the extension point in this plug-in registry with the given plug-in identifier and extension point simple identifier, or null if there is no such extension point. |
IExtensionPoint[] |
IPluginRegistry.getExtensionPoints()
Returns all extension points known to this plug-in registry. |
IExtensionPoint |
IPluginDescriptor.getExtensionPoint(String extensionPointId)
Returns the extension point with the given simple identifier declared in this plug-in, or null if there is no such extension point. |
IExtensionPoint[] |
IPluginDescriptor.getExtensionPoints()
Returns all extension points declared by this plug-in. |
IExtensionPoint |
IExtensionRegistry.getExtensionPoint(String extensionPointId)
Returns the extension point with the given extension point identifier in this extension registry, or null if there is no such
extension point. |
IExtensionPoint |
IExtensionRegistry.getExtensionPoint(String elementId,
String extensionPointName)
Returns the extension point in this extension registry with the given element identifier and extension point simple identifier, or null if there is no such extension point. |
IExtensionPoint[] |
IExtensionRegistry.getExtensionPoints()
Returns all extension points known to this extension registry. |
IExtensionPoint[] |
IExtensionRegistry.getExtensionPoints(String elementId)
Returns all extension points declared by the given element. |
IExtensionPoint |
IExtensionDelta.getExtensionPoint()
Returns the affected extension point. |
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |